home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / games / strategy / empire-2.2w.lzh / Help / DUMP < prev    next >
Text File  |  1990-08-25  |  1KB  |  51 lines

  1. dump <sectors>
  2.     dumps sector information in a very compact, hexadecimal format. Useful
  3.     for those who want to set up tools to display more useful maps, etc.
  4.     The format is as follows:
  5.  
  6.     rrccdCCmmppMMeessggPPoobbddiiGG[dt*7]OK
  7.  
  8.     where
  9.  
  10.     rr - row, 0 to size of world - 1
  11.     cc - column, 0 to size of world - 1
  12.     d  - designation character
  13.     CC - civilian count
  14.     mm - military count
  15.     pp - production
  16.     MM - mobility
  17.     ee - efficiency
  18.     ss - shell count
  19.     gg - gun count
  20.     PP - plane count
  21.     oo - iron ore count
  22.     bb - gold bar count
  23.     dd - relative location of defender (rowDelta + 8, colDelta + 8)
  24.     ii - iron mineral deposit
  25.     GG - gold mineral deposit
  26.     dt - delivery direction and threshold for
  27.          civilians, military, shells, guns, planes, ore, gold bars
  28.     O  - 0/1 indicating sector is contracted
  29.     K  - 0/1 indicating sector is checkpointed
  30.  
  31.     When the Deity does a 'dump', the following is appending to the
  32.     output lines:
  33.  
  34.     oossttuuuuuuuu
  35.  
  36.     where
  37.  
  38.     oo - owner of the sector
  39.     ss - plague stage
  40.     tt - plague time
  41.     uuuuuuuu - last update time
  42.  
  43.     The sector output will be preceeded by a line giving the time and date
  44.     of the dump. Note that some sectors "bundle" some items - urban centers
  45.     bundle civilians, warehouses bundle shells, guns and ore, and banks
  46.     bundle gold bars. The counts shown are the number of bundles. Bundles
  47.     are bundles of 10, except for gold bars which are bundles of 4 in
  48.     banks.
  49. Doc: sectors, economics
  50. Help: move, deliver, census
  51.